home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / network / fup100.zip / FUP.DOC < prev    next >
Text File  |  1993-05-18  |  3KB  |  85 lines

  1. PROGRAM:
  2.      FUP.COM Version 1.0 File Update Utility
  3.      Copyright 1993 by Keith P. Graham
  4.  
  5. CONTACT:
  6.      Keith P. Graham
  7.      238 Germonds Road
  8.      West Nyack, NY 10994
  9.      BBS: (914) 623-0039
  10.  
  11.      Note:     Keith Graham does not mail software to anyone.
  12.           Use the BBS to download the latest version.
  13.  
  14. SHAREWARE:
  15.  
  16.      NOTICE: FUP is not free. I encourage you to copy the
  17.      program and spread it around, but continued use requires
  18.      a shareware registration of $35.00.
  19.  
  20.      A friend who is a practicing Witch has placed a Black
  21.      Irish curse on the program. Users who do not pay the shareware
  22.      fee will have trouble in their love life. Users who do
  23.      pay will be satisfied in matters of love as long as they
  24.      use the program.
  25.  
  26.  
  27. USAGE:
  28.      FUP [switches] [path]sourcefile [path][target file]
  29.  
  30.      FUP copies files from source to target when the date and time
  31.      of the source is newer than the date and time of the target.
  32.  
  33.      FUP is useful to network administrators to update user files
  34.      automatically.
  35.  
  36.      If the target path and file is omitted then all files will
  37.      be copied to the current directory.
  38.  
  39.      FUP supports DOS wild cards. If the source or target is
  40.      a directory then all files in the directory will be updated.
  41.  
  42.      FUP supports renaming of files ONE file at a time. If wild
  43.      cards are used and the source file is not the same as the
  44.      target file then only one file is copied.
  45.  
  46. EXAMPLES:
  47.  
  48.      Copy all files on A to the c:\windows directory:
  49.  
  50.           FUP A:*.* c:\windows
  51.  
  52.      Copy with rename one file:
  53.  
  54.           FUP f:\setup\vga\hiview.vga c:\windows\hiview.ini
  55.           FUP x:\new\autoexec.1 c:\autoexec.bat
  56.           FUP z:\install\ne2000.com c:\network\ipx.com
  57.  
  58. HINTS:
  59.  
  60.      Use the TOUCH utility to stamp the source files with a
  61.      date and time some time in the future to assure that users
  62.      get FUPPED the correct file even if they have changed the
  63.      file after you did.
  64.  
  65.      Use the -Q switch so users don't see FUP working.
  66.  
  67.  
  68. SWITCHES:
  69.      -Quiet  Do not display informational messages or
  70.              shareware banner.
  71.              FUP will not be quiet on days which end in 1 such
  72.              as the first, 11th, 21st and 31st. This is a
  73.              gentle reminder to register.
  74.  
  75.      -Help or -?  Simple help screen.
  76.  
  77.      -Verify not implemented on shareware version.
  78.  
  79. RELATED PROGRAMS:
  80.  
  81.      TOUCH     changes dates and times on programs.
  82.  
  83.      INIFUP    changes parameters in Microsoft type .INI files.
  84.  
  85.